home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00035.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  228 b   |  11 lines

  1. on exitFrame
  2.   global md1, movPC, curSND
  3.   set curSND to "tamara.aif"
  4.   set movPC to 2
  5.   patchpal()
  6.   set md1 to the duration of cast the castNum of sprite 2 - 3
  7.   setnavi()
  8.   sound fadeIn 1, 120
  9.   puppetSound("tamara.aif")
  10. end
  11.